Returns a string with the leading and trailing spaces removed.
Syntax
Trim("String")
Arguments
| Argument | Description |
|---|---|
| String | String to remove spaces from. |
Return value
| Value | Description |
|---|---|
| Value | Text string with leading and trailing spaces removed. |
Example
trimmedText = Trim(" QA Wizard Pro")